Core Concepts Directory
Deep dive into specific React mechanics. Select a module to continue.
Module 01
The React Engine
Tracing the First Render: How index.html, main.jsx, and App.jsx work together.
Module 02
React Foundation
JSX, Props, Rendering Cycle, Lists, Fragments, and Strict Mode.
Module 03
React Hooks
Mastering component memory, state updates, and reactivity.
Module 04
React Router
Navigating your React application with ease.